home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / intsdkss.lha / lib / README next >
Text File  |  1996-04-09  |  523b  |  14 lines

  1. 2 link libraries to make porting network code easier.  These are
  2.  
  3.     unixS.lib - SAS/C specific UNIX compatibility functions.  See 'unix.doc'
  4.             for AutoDocs for these functions.
  5.  
  6.     rpc.lib   - contains RPC and XDR routines.  See any decent UNIX docs
  7.             for their use.
  8.  
  9. Prototypes for all RPC and XDR routines are in the <clib/rpc_protos.h> file,
  10. which is included automatically by most of the headers in <rpc/#?.h>.
  11.  
  12. Please note: the RPC entrypoints require that you have already opened and
  13. initialized socket.library.
  14.